App\services\Plugin::packageInfoAttribute PHP 메소드

packageInfoAttribute() 공개 메소드

Dot notation getter for composer.json attributes.
또한 보기: https://laravel.com/docs/5.1/helpers#arrays
public packageInfoAttribute ( $name ) : mixed
$name
리턴 mixed
    public function packageInfoAttribute($name)
    {
        return Arr::get($this->packageInfo, $name);
    }