mdm\upload\UploadBehavior::canGetProperty PHP Method

canGetProperty() public method

public canGetProperty ( $name, $checkVars = true )
    public function canGetProperty($name, $checkVars = true)
    {
        return $name === $this->attribute || parent::canGetProperty($name, $checkVars);
    }