Closed guiled closed 11 years ago
What is the use of this line https://github.com/hoaproject/File/blob/master/File.php#L208 ? parent::__construct() in File class that extends Generic which has no constructor
File extends Generic which extends \Hoa\Stream\Streamwhich has a constructor : https://github.com/hoaproject/Stream/blob/master/Stream.php#L158
File
Generic
\Hoa\Stream\Stream
@jubianchi: :+1:.
What is the use of this line https://github.com/hoaproject/File/blob/master/File.php#L208 ? parent::__construct() in File class that extends Generic which has no constructor