Stephan Krauß
- Total activity 290
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 112
-
Created locate duplicate code -> build function
Hello!In my file is double code.I display this code.Is there a tool that converts the code into a function?Since I now have PhpSorm version 6.0 !! :)Sincerely yoursStephan -
Created Method not found in the class
Hello!I have a class.The public methods of the class to be called in the controller.For example:------------ my controller ------------- /** Pdf der Rechnung Übernachtung */ ... -
Created configuration Php Doc Block
Hello!I have a class with a few methods.In this class there is a method.------------------------------ public function addTest ($ value1, $ value2) { $ value3 = $ value1 + $ value2; ... -
Created Create custom menu items
Hello!Some years ago I worked with the editor 'HomeSite'.In this editor, there was the possibility of their ownTo define menus and impose commands.Is there such an option in PhpStorm?Sincerely your... -
Created Class with many methods and properties, (Strg + F12)
I have a class with a lot of methods and properties.When I look for a method I use 'Ctrl' + 'F12'.Then I get an overview of the available methods of the class.In my class are very few methods. (Me... -
Created fluente spelling
Hello!I have a model with several public methods.These methods havereturn $ this;In the controller I want to call these methods in the fluents spelling.For example.----------- my controller -------... -
Created AutoComplete dependency injection container
Hello!I use the dependency injection container of Sympony Framework.Unfortunately, does not auto-complete for this container. $pimple = $this->getInvokeArg('bootstrap')->getResource('Container'); /... -
Created Code -> Generate -> Getters and Setters
Hello!Is possible with 'code' -> 'Generate Code' -> 'Getters and Setters' to generate additional methods.For example:{class myTest private $ _lastname = null; public function setLastname ($... -
Created Represent the dependencies of a method of a class
Hello!How can you represent dependencies in PhpStorm?I'm looking for a way to display all dependencies of a method of a class.Sincerely yoursStephan -
Created stdclass with autocompletion
Hello!I have a record book. This record book was written as an array and as an object. I want to use this data in other methods. PhpStorm has a suggestion function for this record?-----------------...