Prado\Util\TCallChain::__construct PHP Метод

__construct() публичный Метод

This initializes the list and the name of the method to be called
public __construct ( $method )
    public function __construct($method)
    {
        $this->_method = $method;
        parent::__construct();
    }