Answer the question
In order to leave comments, you need to log in
How to specify that doc-block should be inherited from the parent class method?
I can't figure out how to tell phpDocumentor to inherit the dock-block method of the parent class.
Yii sources contain the @inheritdoc tag.
/**
* @inheritdoc
*/
public static function populateRecord($record, $row)
{
// ..code
}
Answer the question
In order to leave comments, you need to log in
Check whether it is implemented at all - place both classes in 1 file, if it works, then the documenter simply "does not see" the parent class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question