Search Results

Search found 129 results on 6 pages for 'fayer'.

Page 6/6 | < Previous Page | 2 3 4 5 6 

  • how do i use @var on a function variable?

    - by fayer
    i've got a variable $user that is of data type User (a class). i've got it in a class method so i can't just type: /** * @var User */ $user = Factory::getInstance('User'); because that will work only with class properties, not method variables like in this case. how could i tell netbeans that that variable is of data type User in a method? Thanks!

    Read the article

< Previous Page | 2 3 4 5 6